home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / SCSI Samples 1.0 / SCSI Simple Sample 06⁄15 ƒ / Read Me < prev    next >
Encoding:
Text File  |  1994-06-21  |  1.4 KB  |  40 lines  |  [TEXT/ttxt]

  1. SCSI Simple Sample - A "simple" SCSI Manager sample.
  2. Copyright © 1994, Apple Computer Inc. All Rights Reserved.
  3.  
  4. This is  a simple sample that illustrates how to call the original
  5. and asynchronous SCSI Managers. In particular, it shows how
  6. to scan all SCSI buses for the presence of SCSI devices.
  7.  
  8. It compiles on the following environments:
  9.  
  10. Think C 7.0
  11. MPW 3.3.1
  12. MetroWerks DR3
  13.  
  14. At this time, this program cannot be compiled in native mode for
  15. Power Macintosh because the "scsi.h" file has not been completely
  16. converted to the Universal Header format. However, the program
  17. does run in compatibility mode on Power Macintosh.
  18.  
  19. Note that, if you are compiling for MetroWerks, you must build
  20. the resources (in file "SCSISimpleSample.µ.rsrc") by calling Rez
  21. - you can either build the MPW version first or make the
  22. MetroWerks option in the MakeFile.
  23.  
  24. Because these sources build a half-dozen version of the sample,
  25. (three compilers, 68000 native, 68000 on Power Mac, Power
  26. Mac native someday), some notes on compatibility are in order:
  27.  
  28. 1. The program was originally written and debugged using
  29.     Think C on a Quadra 950.
  30. 2. It was then compiled and tested using MPW 3.3.1.
  31. 3. It was then compiled and tested using MetroWerks DR3.
  32.  
  33. Each additional compiler found a different set of errors and
  34. warnings. In all cases, optional warnings were turned on.
  35.  
  36. Written by Martin Minow, MACDTS.
  37. minow@apple.com
  38. AppleLink: MINOW
  39.  
  40.